-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Playwright for Flutter Web #2993
Conversation
This PR has been deployed to https://linagora.github.io/tmail-flutter/2993. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about tmail_e2e
instead of tmail_selenium
then?
f8f732f
to
d7872c8
Compare
74e1c72
to
acddc14
Compare
tmail_selenium/src/main/java/com/tmail/robots/ComposerRobot.java
Outdated
Show resolved
Hide resolved
tmail_selenium/src/main/java/com/tmail/robots/MailboxDashboardRobot.java
Outdated
Show resolved
Hide resolved
fix for the different in |
acddc14
to
0b800d0
Compare
@tddang-linagora My test container work branch: https://github.com/quantranhong1999/tmail-flutter/commits/poc/selenium_testcontainer/ Do not hesitate to cherry-pick the latest commits and validate the work. Cheers. |
cc @tk-nguyen likely you would need to set an ENV variable to store the latest image built by the CI, so the E2E testing phase can get the image tag and run later. cf quantranhong1999@a6b3e4e#diff-a6f0c8545d1ac34ef4ea20cd3acbda7a7de3d06b17a6b660293a7f47d2272cc9R86 |
We build a local image named |
Ok I can hard code that image tag then. |
98c0c09
to
26a1a1a
Compare
Issue